|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
holds the connected object and IO indices for a connection to an object More...
#include <FrameLib_Object.h>
Public Member Functions | |
| Connection () | |
| Connection (T *object, unsigned long index) | |
Public Attributes | |
| T * | mObject |
| unsigned long | mIndex |
Friends | |
| bool | operator== (const Connection &a, const Connection &b) |
| bool | operator!= (const Connection &a, const Connection &b) |
holds the connected object and IO indices for a connection to an object
|
inline |
|
inline |
|
friend |
|
friend |
| unsigned long FrameLib_Object< T >::Connection::mIndex |
| T* FrameLib_Object< T >::Connection::mObject |